W32: Add a mapping for "left_ptr_watch" cursor
authorРуслан Ижбулатов <lrn1986@gmail.com>
Mon, 4 May 2015 17:18:35 +0000 (17:18 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Mon, 4 May 2015 17:18:35 +0000 (17:18 +0000)
This is purely to support gdk_cursor_new_from_name().
In particular, its counterpart, gdk_cursor_new_for_display(), will not
be affected, because there's no GDK_LEFT_PTR_WATCH cursor type,
and because i don't have a fallback cursor bitmask for gdk/win32/xcursors.h

gdk/win32/gdkcursor-win32.c

index e582a14b3a4bc527894b69fd1b5d46831da4e3ec..c88d899000f16e3a3d7ca3563a6d22ee2255d246 100644 (file)
@@ -187,6 +187,7 @@ static struct {
 #endif
   { "help",  IDC_HELP },
   { "ibeam", IDC_IBEAM },
+  { "left_ptr_watch", IDC_APPSTARTING },
   { "sizeall", IDC_SIZEALL },
   { "sizenesw", IDC_SIZENESW },
   { "sizens", IDC_SIZENS },